Crate serde_jcs

Source
Expand description

JSON Canonicalization Scheme (JCS)

§References

RFC 8785

Functions§

  • Serialize the given value as a String of JSON.
  • Serialize the given value as a JSON byte vector.
  • Serialize the given value as JSON into the IO stream.